From 8b8d8332a0451271987eff5030260d7fddb14496 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Tue, 18 May 1993 20:32:36 +0000 Subject: [PATCH] * Makefile.in (oldXMenu/Makefile): Take oldXMenu/Makefile.in as the source for the sed command, not oldXMenu/Makefile. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index f27f65f7067..3edbf80b764 100644 --- a/Makefile.in +++ b/Makefile.in @@ -294,7 +294,7 @@ oldXMenu/Makefile: ${srcdir}/oldXMenu/Makefile.in Makefile echo "# running \`make oldXMenu/Makefile' at the top of the" ; \ echo "# Emacs build tree instead, or editing" ; \ echo "# \`${srcdir}/oldXMenu/Makefile.in' itself." ; \ - sed < ${srcdir}/oldXMenu/Makefile \ + sed < ${srcdir}/oldXMenu/Makefile.in \ -e 's|^\(srcdir *=\).*$$|\1'"${srcdir}"'/oldXMenu|' \ -e 's|^\(VPATH *=\).*$$|\1'"${srcdir}"'/oldXMenu|' \ -e 's|^CC *=.*$$|CC='"${CC}"'|' \ -- 2.30.2